data validation - tradução para grego
Diclib.com
Dicionário ChatGPT
Digite uma palavra ou frase em qualquer idioma 👆
Idioma:

Tradução e análise de palavras por inteligência artificial ChatGPT

Nesta página você pode obter uma análise detalhada de uma palavra ou frase, produzida usando a melhor tecnologia de inteligência artificial até o momento:

  • como a palavra é usada
  • frequência de uso
  • é usado com mais frequência na fala oral ou escrita
  • opções de tradução de palavras
  • exemplos de uso (várias frases com tradução)
  • etimologia

data validation - tradução para grego

TECHNICAL PROCESS
Data Checking; Validation rule; Validation routine; Input validation; Validation scheme; Presence check; Data Validation; Cross-reference validation; Validation of data

data validation         
επικύρωση δεδομένων
επικύρωση δεδομένων      
data validation
data transfer         
PHYSICAL TRANSFER OF DATA; TRANSFER OF DATA (A DIGITAL BIT STREAM OR A DIGITIZED ANALOG SIGNAL) OVER A POINT-TO-POINT OR POINT-TO-MULTIPOINT COMMUNICATION CHANNEL
Data communications; Data transfer; Digital communications; Digital Telecommunications; Digital communication; Data Transfer; Asynchronous transmission; Information transmission; Digital transmission; Network Transmission; Asynchronous data transfer; Data Communications; Data signal; Asynchronous data transmission; Synchronous data transfer; Synchronous data transmission; Transmitted Data; Digital signal (communications); Digital telecommunications; Digital telecommunication; Comms; Digital Communication; Data reception; Data transmission; TxD
μεταφορά δεδομένων

Definição

inline image
<World-Wide Web> An image that appears within the body of a web page. Most graphical web browsers can display both GIF and JPG images inline. The web browser may give the user an option to turn off inline images, to speed up the display of web pages. Other image formats may have to be displayed in a separate window and/or by another application program. An inline image in a web page is achieved with the <IMG> HTML tag, which can take many attributes. The SRC attribute gives the URL from which to fetch the image and the ALT attribute gives text to display in place of the image for users with images disabled or who are using text-only browsers or text-to-speech convertors (e.g. blind users). (1999-10-27)

Wikipédia

Data validation

In computer science, data validation is the process of ensuring data has undergone data cleansing to ensure they have data quality, that is, that they are both correct and useful. It uses routines, often called "validation rules", "validation constraints", or "check routines", that check for correctness, meaningfulness, and security of data that are input to the system. The rules may be implemented through the automated facilities of a data dictionary, or by the inclusion of explicit application program validation logic of the computer and its application.

This is distinct from formal verification, which attempts to prove or disprove the correctness of algorithms for implementing a specification or property.